- clearerr
void clearerr(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fclose
int fclose(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
- fclose
int fclose(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- feof
int feof(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ferror
int ferror(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fflush
int fflush(FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- fflush
int fflush(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgetc
int fgetc(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
- fgetc
int fgetc(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fgets
char* fgets(char* , int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fopen
FILE* fopen(const(char*) _name, const(char*) _type)
Undocumented in source. Be warned that the author may not have intended to support it.
- fopen
FILE* fopen(const(char*) _name, const(char*) _type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fprintf
int fprintf(FILE* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputc
int fputc(int , FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
- fputc
int fputc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fputs
int fputs(const(char*) , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fread
size_t fread(void* , size_t _size, size_t _n, FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
- fread
size_t fread(void* , size_t _size, size_t _n, FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- freopen
FILE* freopen(const(char*) , const(char*) , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fscanf
int fscanf(FILE* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fseek
int fseek(FILE* , c_long , int )
Undocumented in source. Be warned that the author may not have intended to support it.
- fseek
int fseek(FILE* , c_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ftell
c_long ftell(FILE* )
Undocumented in source. Be warned that the author may not have intended to support it.
- ftell
c_long ftell(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- fwrite
size_t fwrite(void* ptr, size_t size, size_t nmemb, FILE* stream)
Undocumented in source. Be warned that the author may not have intended to support it.
- fwrite
size_t fwrite(void* , size_t _size, size_t _n, FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getc
int getc(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getchar
int getchar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getreent
_reent* getreent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- gets
char* gets(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- perror
void perror(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- printf
int printf(const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- putc
int putc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- putchar
int putchar(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- puts
int puts(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- remove
int remove(char* filename)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
int remove(const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rename
int rename(const(char*) , const(char*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rewind
void rewind(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- scanf
int scanf(const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setbuf
void setbuf(FILE* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setvbuf
int setvbuf(FILE* , char* , int , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sprintf
int sprintf(char* , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- sscanf
int sscanf(const(char*) , const(char*) , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stdout
FILE* stdout()
Undocumented in source. Be warned that the author may not have intended to support it.
- tempnam
char* tempnam(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tmpfile
FILE* tmpfile()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tmpnam
char* tmpnam(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ungetc
int ungetc(int , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.